home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / gfx / 3d / irit50src.lha / irit5 / poly3d-h / makefile.wnt < prev    next >
Encoding:
Makefile  |  1994-12-19  |  652 b   |  24 lines

  1. #
  2. # This make file is for the poly3d-h utility for Windows NT
  3. #
  4. #                Gershon Elber, June 1993
  5. #
  6.  
  7. # Includes generic definitions.
  8. include ..\makeflag.wnt
  9.  
  10. OBJS =    out-edge.obj poly3d-h.obj prepdata.obj
  11.  
  12. poly3d-h.exe: $(OBJS)
  13.     $(IRITCONLINK) -out:poly3d-h.exe $(OBJS) $(LIBS) $(W32CONLIBS)
  14.  
  15. install: poly3d-h.exe
  16.     copy poly3d-h.exe $(BIN_DIR)
  17.     del poly3d-h.exe 
  18.     copy poly3d-h.cfg $(BIN_DIR)
  19.  
  20. # Dependencies starts here - do not touch, generated automatically.
  21. out-edge.obj:    program.h ../include/genmat.h
  22. poly3d-h.obj:    program.h ../include/getarg.h ../include/genmat.h ../include/config.h ../include/ip_cnvrt.h
  23. prepdata.obj:    program.h ../include/genmat.h
  24.